Enum NetcodeConversionTarget
Specify for which type of world the entity should be converted to. Based on the conversion setting, some components may be removed (stripped) from the prefab at conversion or runtime.
Namespace: Global Namespace
Assembly: Unity.NetCode.dll
Syntax
public enum NetcodeConversionTarget
Fields
Name | Description |
---|---|
Client | convert only for server worlds. |
ClientAndServer | convert for both client and server worlds. |
Server | convert only for client worlds. |